Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class > InsertRange Method : InsertRange(Int32,BaseToolbarItem[]) Method |
Inserts the elements of a collection into this collection at the specified index.
[Visual Basic]
Overloads Public Sub InsertRange( _
ByVal index As Integer, _
ByVal c() As BaseToolbarItem _
)
[C#]
public void InsertRange(
int index,
BaseToolbarItem[] c
);
[C++]
public: void InsertRange(
int index,
BaseToolbarItem*[]* c
)
[C++/CLI]
public:
void InsertRange(
int index,
BaseToolbarItem^array<c>^ c
)
This method both inserts the objects in c into the collection, and adds a reference to these objects in the ASP.NET web control heirarchy.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarItemCollection Class | ToolbarItemCollection Members | Overload List
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.